Bi Weekly Result
fun BiWeeklyResult(modifier: Modifier = Modifier, evaluation: BiWeeklyEvaluationEntry, onNavigateToAnalytics: (Int) -> Unit)
Composable function that displays the result of a bi-weekly evaluation.
This function shows the user's depression and anxiety scores along with their severity results based on the PHQ-9 and GAD-7 questionnaires. It also provides options to proceed to evaluation summary or analytics.
Parameters
modifier
The modifier to be applied to the outer Column.
evaluation
The evaluation result containing the user's depression and anxiety scores along with the severity results.
on Navigate To Analytics
A lambda function to handle navigation when the user proceeds to the evaluation summary or analytics.